github.com/refraction-networking/utls.HPKESymmetricCipherSuite.KdfId (field)
12 uses
github.com/refraction-networking/utls (current package)
u_ech.go#L105: g.CandidateCipherSuites[rndIndex.Int64()].KdfId,
u_ech.go#L187: b[5] = byte(g.cipherSuite.KdfId >> 8)
u_ech.go#L188: b[6] = byte(g.cipherSuite.KdfId & 0xFF)
u_ech.go#L221: if !extData.ReadUint16(&g.cipherSuite.KdfId) || !extData.ReadUint16(&g.cipherSuite.AeadId) {
u_ech.go#L224: if g.cipherSuite.KdfId != dicttls.HKDF_SHA256 &&
u_ech.go#L225: g.cipherSuite.KdfId != dicttls.HKDF_SHA384 &&
u_ech.go#L226: g.cipherSuite.KdfId != dicttls.HKDF_SHA512 {
u_ech.go#L227: return fullLen, errors.New("bad KDF ID: " + fmt.Sprintf("%d", g.cipherSuite.KdfId))
u_ech.go#L300: KdfId: dicttls.HKDF_SHA256,
u_hpke.go#L13: KdfId HPKE_KDF_ID
u_parrots.go#L1447: KdfId: dicttls.HKDF_SHA256,
u_parrots.go#L1451: KdfId: dicttls.HKDF_SHA256,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |